import { AstroAuth } from '../../server'

export const prerender = false

export const { GET, POST } = AstroAuth()
